Skip to main content

updateFactfind

Update the user's factfind

GraphQL Schema

extend type mutation {
"""Update the user's factfind"""
updateFactfind(input: UpdateFactfindInput!): UpdateFactfindPayload!
}

Arguments

NameTypeDescription
input[UpdateFactfindInput!](/04-reference/05-Input Objects/UpdateFactfindInput.mdx)

Response Shape

This mutation returns UpdateFactfindPayload!

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information
factfindFactfindFactfind details